login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A366079 Perfect squares in A005728. 0
1, 81, 121, 361, 1352569, 2140369, 6416089, 9186961, 30261001, 108056025, 820765201, 2331248089, 170938421809, 8189950752481, 8870860603201, 33527956250889, 136943052939289, 149526943190641, 4953581020385761, 509672946670475329, 578899033007097609, 2043000477545048329 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(3) = 361 because A005728(34) = 361 and 361 is 19 squared.
PROG
(PARI) f(n)=1+sum(k=1, n, eulerphi(k)); \\ A005728
select(x->issquare(x), apply(f, [0..10^5])) \\ Michel Marcus, Sep 28 2023
CROSSREFS
Sequence in context: A253261 A280587 A273372 * A053887 A119943 A001245
KEYWORD
nonn
AUTHOR
Stuart E Anderson, Sep 28 2023
EXTENSIONS
a(11)-a(12) from Michel Marcus, Sep 28 2023
a(13)-a(22) from Hugo Pfoertner, Sep 28 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 26 08:22 EDT 2024. Contains 374615 sequences. (Running on oeis4.)