login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A078322 sfk(n*sfk(n)+1), where sfk=A007947 (squarefree kernel). 4
2, 5, 10, 3, 26, 37, 10, 17, 14, 101, 122, 73, 170, 197, 226, 33, 290, 109, 362, 201, 442, 485, 530, 145, 42, 677, 82, 393, 842, 901, 962, 65, 1090, 1157, 1226, 217, 1370, 85, 1522, 401, 58, 1765, 370, 969, 26, 2117, 2210, 17, 86, 501, 2602, 1353, 2810, 65 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

a(n)=A007947(A078310(n)).

LINKS

Reinhard Zumkeller, Table of n, a(n) for n = 1..10000

EXAMPLE

a(25) = sfk(25*sfk(25)+1) = sfk(25*sfk(5^2)+1) = sfk(25*5+1) = sfk(125+1) = sfk(126) = sfk(2*3*3*7) = 2*3*7 = 42.

PROG

(Haskell)

a078322 = a007947 . a078310

a078322_list = map a007947 a078310_list

-- Reinhard Zumkeller, Oct 19 2011

CROSSREFS

Cf. A078325.

Sequence in context: A022831 A064365 A177356 * A194356 A175467 A188525

Adjacent sequences:  A078319 A078320 A078321 * A078323 A078324 A078325

KEYWORD

nonn,nice

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Nov 23 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 11:51 EST 2012. Contains 205908 sequences.